From: Jonathan Yavner Date: Thu, 29 Jan 2004 06:50:44 +0000 (+0000) Subject: Increase ses-initial-column-width to 14, so it will play well with default X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24330 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f123da66656816a6b5e429fe24c2cd1c66217bd;p=emacs.git Increase ses-initial-column-width to 14, so it will play well with default printer of "%.7g" for extreme values like "-1.234567e+07". --- diff --git a/lisp/ses.el b/lisp/ses.el index d799be032ab..b50a441d261 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -52,7 +52,7 @@ :group 'ses :type '(cons (integer :tag "numrows") (integer :tag "numcols"))) -(defcustom ses-initial-column-width 7 +(defcustom ses-initial-column-width 14 "Initial width of columns in a new spreadsheet." :group 'ses :type '(integer :match (lambda (widget value) (> value 0))))